home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / Commodities.txt < prev    next >
Text File  |  1992-09-02  |  794b  |  37 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:Commodities.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'commodities.library', cxbase         /* informal notation */
  6.   CreateCxObj(D0,A0,A1)
  7.   CxBroker(A0,D0)
  8.   ActivateCxObj(A0,D0)
  9.   DeleteCxObj(A0)
  10.   DeleteCxObjAll(A0)
  11.   CxObjType(A0)
  12.   CxObjError(A0)
  13.   ClearCxObjError(A0)
  14.   SetCxObjPri(A0,D0)
  15.   AttachCxObj(A0,A1)
  16.   EnqueueCxObj(A0,A1)
  17.   InsertCxObj(A0,A1,A2)
  18.   RemoveCxObj(A0)
  19.   FindBroker(A0)
  20.   SetTranslate(A0,A1)
  21.   SetFilter(A0,A1)
  22.   SetFilterIX(A0,A1)
  23.   ParseIX(A0,A1)
  24.   CxMsgType(A0)
  25.   CxMsgData(A0)
  26.   CxMsgID(A0)
  27.   DivertCxMsg(A0,A1,A2)
  28.   RouteCxMsg(A0,A1)
  29.   DisposeCxMsg(A0)
  30.   InvertKeyMap(D0,A0,A1)
  31.   AddIEvents(A0)
  32.   CopyBrokerList(A0)
  33.   FreeBrokerList(A0)
  34.   BrokerCommand(A0,D0)
  35. ENDLIBRARY
  36.  
  37.